翻訳と辞書
Words near each other
・ Hypharpax
・ Hyphedyle
・ Hyphema
・ Hyphen
・ Hyphen (architecture)
・ Hyphen (disambiguation)
・ Hyphen (fanzine)
・ Hyphen (magazine)
・ Hyphen barb
・ Hyphen Press
・ Hyphen War
・ Hyphen-minus
・ Hyphenated American
・ Hyphenated-man
・ Hyphenation
Hyphenation algorithm
・ Hyphercyna
・ Hyphessobrycon
・ Hyphessobrycon bentosi
・ Hyphessobrycon columbianus
・ Hyphessobrycon heterorhabdus
・ Hyphessobrycon sweglesi
・ Hyphilare
・ Hyphilaria parthenis
・ Hyphochytriomycetes
・ Hyphochytrium
・ Hyphoderma
・ Hyphodermataceae
・ Hyphodermella
・ Hyphodermella corrugata


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Hyphenation algorithm : ウィキペディア英語版
Hyphenation algorithm

A hyphenation algorithm is a set of rules (especially one codified for implementation in a computer program) that decides at which points a word can be broken over two lines with a hyphen. For example, a hyphenation algorithm might decide that ''impeachment'' can be broken as ''impeach-ment'' or ''im-peachment'', but not, say, as ''impe-achment''.
One of the reasons for the complexity of the rules of word-breaking is that different "dialects" of English tend to differ on the rule: American English tends to work on sound, while British English tends to look to the origins of the word and then to sound. There are also a large number of exceptions, which further complicates matters.
Some rules of thumb can be found in the reference "On Hyphenation – Anarchy of Pedantry". Among algorithmic approaches to hyphenation, the one implemented in the TeX typesetting system is widely used. It is thoroughly documented in the first two volumes of
''Computers and Typesetting'' and in Frank Liang's dissertation.〔Liang, Franklin Mark. "(Word Hy-phen-a-tion by Com-pu-ter )". PhD dissertation, Stanford University Department of Computer Science. Report number STAN-CS-83-977, August 1983.〕 Contrary to the belief that TeX relies on a large dictionary of exceptions, the point of Liang's work was to get the algorithm as accurate as he practically could and keep any exception dictionary small. In TeX's original hyphenation patterns for US English, the exception list contains fourteen words.〔(【引用サイトリンク】url = http://www.ctan.org/tex-archive/systems/knuth/dist/lib/hyphen.tex )

== Hyphenation in TeX ==
Ports of the TeX hyphenation algorithm are available as libraries for several programming languages, including Haskell, JavaScript, Perl, PostScript, Python, Ruby, and TeX can be made to show hyphens in the log via the command \showhyphens.
(The result of \showhyphens looks as if it could be used for associating lyrics with musical notes, but that's a different problem. It might be better approximated by building a new dictionary from a word list populated from existing lyrics, and running TeX with \lefthyphenmin=1 and \righthyphenmin=1.)
In LaTeX hyphenation correction can be added by user using:
\hyphenation

The \hyphenation command declares allowed hyphenation points, where words is a list of words, separated by spaces, in which each hyphenation point is indicated by a - character. For example
\hyphenation

declares that in the current job "fortran" should not be hyphenated, and that if "ergonomic" must be hyphenated, it will be at one of the indicated points.〔(\hyphenation on Hypertext Help with LaTeX )〕
However, there are several limits. For example, the stock \hyphenation command only accepts ASCII letters (by default), so it cannot be used to correct hyphenation for words with non-ASCII characters (e.g. ä, ö, ü, é, è, à, ç, etc.) which are very common in almost all languages except English. Simple workarounds exist, however.〔(TeX FAQ: Accented words aren’t hyphenated ), ibid (How does hyphenation work in TeX? ) and references therein〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Hyphenation algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.